JavaScript

{dialog.object}closeContainerWindow Method

Syntax

{dialog.Object}.closeContainerWindow(ele)

Arguments

ele

Pointer to an element on the Dialog (that contains the window to close).

Description

If the Dialog is opened inside a pop-up Javascript window, closes the window in which the Dialog is contained. Need to pass in a pointer to any element on the Dialog.

See Also